home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TestFSet.h
-
- Contains: Declaration for the TTestFSet class
-
- Copyright: © 1992-1993 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef __TESTFSET__
- #define __TESTFSET__
-
- #ifndef __TESTTOOL__
- #include <TestTool.h>
- #endif
-
- /*******************************************************************************
- ** CLASS TTestFSet
- ********************************************************************************/
-
- #define kTTestFSetID kTestToolPrefix "TTestFSet,1.1"
-
- class TTestFSet : public TTestTool
- {
- public:
- TTestFSet();
- virtual ~TTestFSet();
-
- virtual void InitTest(Boolean verbose, Boolean debug,
- int argc, char** argv);
- virtual void RunTestIteration(Boolean verbose, Boolean debug);
- virtual void EndTest(Boolean verbose, Boolean debug);
-
- };
-
- #endif
-